GoXam for WPF v3
DeleteVertex Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Layout Namespace
>
GenericNetwork<V,E,Y> Class
: DeleteVertex Method
Removes a
GenericNetwork.Vertex<V,E,Y>
from the network.
Syntax
C#
public
void
DeleteVertex(
V
vertex
)
Parameters
vertex
Remarks
This function also deletes all edges to or from the vertex. Performs nothing if the edge is not in the network.
See Also
Reference
GenericNetwork<V,E,Y> Class
GenericNetwork<V,E,Y> Members